event handler - перевод на немецкий
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

event handler - перевод на немецкий

EVENT IN THE CONTEXT OF COMPUTING
Event listener; Event handler; Mouse click; Event model; Event handling; Event handlers; Keystrokes; Event object; Event Listner; Event listner; Event notification; Click (mouse); Keypresses; Keypress; Listener (computing); Key press; Event (programming); Keyboard event; Mouse event; Keystroke event; Touchscreen event; User-generated event

event handler         
Ereignisbehandler, ein Teil im Programm das auf Ereignisse reagiert
media event         
  • [[Groundhog Day]] annual ceremony
  • Madrid sends its bid for the [[2020 Summer Olympics]]
EVENT CREATED FOR PUBLICITY
Pseudo-event; Pseudo event; Media Event; Pseudo-events; Media Introduction Event
Medienereignis
event driven         
WIKIMEDIA DISAMBIGUATION PAGE
Event driven; Event-driven (disambiguation)
gesteuert von Ereignissen

Определение

handler
(handlers)
1.
A handler is someone whose job is to be in charge of and control an animal.
Fifty officers, including frogmen and dog handlers, are searching for her.
N-COUNT: usu supp N
2.
A handler is someone whose job is to deal with a particular type of object.
...baggage handlers at Gatwick airport.
N-COUNT: usu n N

Википедия

Event (computing)

In programming and software design, an event is an action or occurrence recognized by software, often originating asynchronously from the external environment, that may be handled by the software. Computer events can be generated or triggered by the system, by the user, or in other ways. Typically, events are handled synchronously with the program flow; that is, the software may have one or more dedicated places where events are handled, frequently an event loop.

A source of events includes the user, who may interact with the software through the computer's peripherals - for example, by typing on the keyboard. Another source is a hardware device such as a timer. Software can also trigger its own set of events into the event loop, e.g. to communicate the completion of a task. Software that changes its behavior in response to events is said to be event-driven, often with the goal of being interactive.